projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f83a4f3
)
Use the new `updates' target in lisp/Makefile.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 12 May 1997 00:53:45 +0000
(
00:53
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 12 May 1997 00:53:45 +0000
(
00:53
+0000)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 76654d2f2e3b5b85bd8bde5cb410a67fadb5b35e..6b924b1f6b03afed93b698ea1040b22886f081b2 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-173,21
+173,13
@@
then
(cd man; make info)
- echo "Updating finder-inf.el"
-
- (cd lisp; make finder-data)
-
echo "Recompiling Lisp files"
$EMACS -batch -f batch-byte-recompile-directory lisp
- echo "Updating autoloads"
-
- (cd lisp; make autoloads)
-
- echo "Updating cus-load.el"
+ echo "Updating finder, custom and autoload data"
- (cd lisp; make
custom-dep
s)
+ (cd lisp; make
update
s)
fi
echo "Making lisp/MANIFEST"